home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
amigaos4_only
/
ifxlite
/
imagefx3
/
rexx
/
autofx
/
template.ifx.post
< prev
next >
Wrap
Text File
|
2004-08-03
|
336b
|
22 lines
/*
* Template.ifx.post
* Written by Thomas Krehbiel
*
* Template for AutoFX scripts.
*
* Inputs:
* Word(Arg(1),1) = Sequence number
* Word(Arg(1),2) = Total number of frames (N)
*
* Returns:
* 0 if successful, non-zero on failure
*
*/
OPTIONS RESULTS
RequestResponse 'POST:' ARG(1)
IF rc ~= 0 THEN EXIT rc
EXIT